-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add batch aggregator before lsm interval processor #6529
Conversation
This pull request does not have a backport label. Could you fix it @lahsivjar? 🙏
|
|
Quality Gate passedIssues Measures |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
(cherry picked from commit 32ecfc2)
What does this PR do?
Adds batch processor before lsm interval processor. This reduces the merge operation that lsm interval processor needs to perform and improves performance.
Why is it important?
To improve performance of lsm interval processor. For more details checkout elastic/opentelemetry-collector-components#211
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself